Fix a swapped argument description. (#351241, Étienne Bersac)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Aug 2006 19:52:19 +0000 (19:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 14 Aug 2006 19:52:19 +0000 (19:52 +0000)
2006-08-14  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkruler.sgml: Fix a swapped argument
description.  (#351241, Étienne Bersac)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkruler.sgml

index 63ada866df370cdf32eaa3486a11baa1e1175c66..531338e4978500d26abd21857862123d55795398 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkruler.sgml: Fix a swapped argument 
+       description.  (#351241, Étienne Bersac)
+
 2006-08-06  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkcelllayout.sgml: Add an explanation
index ce4cf2521513d3120e2f3cbc199cfc8a1c3b2e2d..64e68d942828e555afd82f65e30c7101be63c318 100644 (file)
@@ -93,8 +93,8 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi
 </para>
 
 @ruler: the gtkruler
-@lower: the upper limit of the ruler
-@upper: the lower limit of the ruler
+@lower: the lower limit of the ruler
+@upper: the upper limit of the ruler
 @position: the mark on the ruler
 @max_size: the maximum size of the ruler